Html Css Color HEX #373812 Turtle Green

📋 copy color: '#373812'

red 55 ◦ green 56 ◦ blue 18

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

Shades of Turtle Green #373812

Tints of Turtle Green #373812

RGB

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

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

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

R = 42.64%
G = 43.41%
B = 13.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#373812 (or 0x373812) is known color: Turtle Green. HEX triplet: 37, 38 and 12. RGB value is (55,56,18). Sum of RGB (Red+Green+Blue) = 55+56+18=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 56 - color contains mainly: green. Hex color #373812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373812 is #C8C7ED. Grayscale: #333333. Windows color (decimal): -13158382 or 1194039. OLE color: 1194039.

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

Color convert

RGB 55 56 18 -
CMYK 0.02 0 0.68 0.78
HSL 61.58º 0.51% 0.15% -
HSV(B) 61.58º 0.68% 0.22% -
XYZ 3.1 3.68 1.12 -
YUV 51.37 109.17 130.59 -
System Red Green Blue C M Y K H S L
Decimal 55 56 18 0.02 0 0.68 0.78 61.58 0.51 0.15
Hex 37 38 12 2 0 44 4E 3E 33 F
Octal 67 70 22 2 0 104 116 76 63 17
Binary 110111 111000 10010 10 0 1000100 1001110 111110 110011 1111

Color Harmonies of #373812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373812

Black with #373812

Text Example


Text Example

White with #373812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373812; }

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

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

background-color css

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

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

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

border-color css

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

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

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