Html Css Color HEX #374D12 Turtle Green

📋 copy color: '#374D12'

red 55 ◦ green 77 ◦ blue 18

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

Shades of Turtle Green #374D12

Tints of Turtle Green #374D12

RGB

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

 GREEN value IS 77 (30.47% from 255) = 51.33%

 BLUE value IS 18 (7.42% from 255) = 12%

R = 36.67%
G = 51.33%
B = 12%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.77

 K value IS 0.70

RGB Variations

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

Color information

#374D12 (or 0x374D12) is known color: Turtle Green. HEX triplet: 37, 4D and 12. RGB value is (55,77,18). Sum of RGB (Red+Green+Blue) = 55+77+18=150 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.67% from 150); Green value is 77 (30.47% from 255 or 51.33% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 77 - color contains mainly: green. Hex color #374D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #374D12 is #C8B2ED. Grayscale: #3F3F3F. Windows color (decimal): -13153006 or 1199415. OLE color: 1199415.

HSL color Cylindrical-coordinate representation of color #374D12: hue angle of 82.37º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #374D12 is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.70.

Color convert

RGB 55 77 18 -
CMYK 0.29 0 0.77 0.70
HSL 82.37º 0.62% 0.19% -
HSV(B) 82.37º 0.77% 0.3% -
XYZ 4.34 6.16 1.53 -
YUV 63.7 102.21 121.8 -
System Red Green Blue C M Y K H S L
Decimal 55 77 18 0.29 0 0.77 0.70 82.37 0.62 0.19
Hex 37 4D 12 1D 0 4D 46 52 3E 13
Octal 67 115 22 35 0 115 106 122 76 23
Binary 110111 1001101 10010 11101 0 1001101 1000110 1010010 111110 10011

Color Harmonies of #374D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374D12

Black with #374D12

Text Example


Text Example

White with #374D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374D12; }

 p { color: rgb(55,77,18); }

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

background-color css

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

 a { background-color: rgb(55,77,18); }

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

border-color css

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

 span { border-color: rgb(55,77,18); }

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