Html Css Color HEX #373814 Turtle Green

📋 copy color: '#373814'

red 55 ◦ green 56 ◦ blue 20

#373814
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #373814

Tints of Turtle Green #373814

RGB

 RED value IS 55 (21.88% from 255) = 41.98%

 GREEN value IS 56 (22.27% from 255) = 42.75%

 BLUE value IS 20 (8.2% from 255) = 15.27%

R = 41.98%
G = 42.75%
B = 15.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.78

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#373814 (or 0x373814) is known color: Turtle Green. HEX triplet: 37, 38 and 14. RGB value is (55,56,20). Sum of RGB (Red+Green+Blue) = 55+56+20=131 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.98% from 131); Green value is 56 (22.27% from 255 or 42.75% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 56 - color contains mainly: green. Hex color #373814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373814 is #C8C7EB. Grayscale: #333333. Windows color (decimal): -13158380 or 1325111. OLE color: 1325111.

HSL color Cylindrical-coordinate representation of color #373814: hue angle of 61.67º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #373814 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 56 20 -
CMYK 0.02 0 0.64 0.78
HSL 61.67º 0.47% 0.15% -
HSV(B) 61.67º 0.64% 0.22% -
XYZ 3.12 3.69 1.21 -
YUV 51.6 110.17 130.43 -
System Red Green Blue C M Y K H S L
Decimal 55 56 20 0.02 0 0.64 0.78 61.67 0.47 0.15
Hex 37 38 14 2 0 40 4E 3E 2F F
Octal 67 70 24 2 0 100 116 76 57 17
Binary 110111 111000 10100 10 0 1000000 1001110 111110 101111 1111

Color Harmonies of #373814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373814

Black with #373814

Text Example


Text Example

White with #373814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373814; }

 p { color: rgb(55,56,20); }

 H1.HeaderClassName
 {
   color: #373814;
 }
 .AnyTagClassName
 {
   color: #373814;
 }
</style>

background-color css

<style>
 a { background-color: #373814; }

 a { background-color: rgb(55,56,20); }

 div.DivClassName
 {
   background-color: #373814;
 }
 .BgClassName
 {
   background-color: #373814;
 }
</style>

border-color css

<style>
 span { border-color: #373814; }

 span { border-color: rgb(55,56,20); }

 td.TdClassName
 {
   border-color: #373814;
 }
 .TagClassName
 {
   border-color: #373814;
 }
</style>