Html Css Color HEX #373C0F Turtle Green

📋 copy color: '#373C0F'

red 55 ◦ green 60 ◦ blue 15

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

Shades of Turtle Green #373C0F

Tints of Turtle Green #373C0F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 46.15%

 BLUE value IS 15 (6.25% from 255) = 11.54%

R = 42.31%
G = 46.15%
B = 11.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.75

 K value IS 0.76

RGB Variations

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

Color information

#373C0F (or 0x373C0F) is known color: Turtle Green. HEX triplet: 37, 3C and 0F. RGB value is (55,60,15). Sum of RGB (Red+Green+Blue) = 55+60+15=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 60 (23.83% from 255 or 46.15% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 60 - color contains mainly: green. Hex color #373C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373C0F is #C8C3F0. Grayscale: #353535. Windows color (decimal): -13157361 or 998455. OLE color: 998455.

HSL color Cylindrical-coordinate representation of color #373C0F: hue angle of 66.67º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #373C0F is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.76.

Color convert

RGB 55 60 15 -
CMYK 0.08 0 0.75 0.76
HSL 66.67º 0.6% 0.15% -
HSV(B) 66.67º 0.75% 0.24% -
XYZ 3.28 4.08 1.07 -
YUV 53.38 106.34 129.16 -
System Red Green Blue C M Y K H S L
Decimal 55 60 15 0.08 0 0.75 0.76 66.67 0.6 0.15
Hex 37 3C F 8 0 4B 4C 43 3C F
Octal 67 74 17 10 0 113 114 103 74 17
Binary 110111 111100 1111 1000 0 1001011 1001100 1000011 111100 1111

Color Harmonies of #373C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373C0F

Black with #373C0F

Text Example


Text Example

White with #373C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373C0F; }

 p { color: rgb(55,60,15); }

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

background-color css

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

 a { background-color: rgb(55,60,15); }

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

border-color css

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

 span { border-color: rgb(55,60,15); }

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