Html Css Color HEX #383912 Turtle Green

📋 copy color: '#383912'

red 56 ◦ green 57 ◦ blue 18

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

Shades of Turtle Green #383912

Tints of Turtle Green #383912

RGB

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

 GREEN value IS 57 (22.66% from 255) = 43.51%

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

R = 42.75%
G = 43.51%
B = 13.74%

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

#383912 (or 0x383912) is known color: Turtle Green. HEX triplet: 38, 39 and 12. RGB value is (56,57,18). Sum of RGB (Red+Green+Blue) = 56+57+18=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 57 (22.66% from 255 or 43.51% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 57 - color contains mainly: green. Hex color #383912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383912 is #C7C6ED. Grayscale: #343434. Windows color (decimal): -13092590 or 1194296. OLE color: 1194296.

HSL color Cylindrical-coordinate representation of color #383912: hue angle of 61.54º degrees, saturation: 0.52, 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 #383912 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 57 18 -
CMYK 0.02 0 0.68 0.78
HSL 61.54º 0.52% 0.15% -
HSV(B) 61.54º 0.68% 0.22% -
XYZ 3.2 3.81 1.14 -
YUV 52.26 108.67 130.67 -
System Red Green Blue C M Y K H S L
Decimal 56 57 18 0.02 0 0.68 0.78 61.54 0.52 0.15
Hex 38 39 12 2 0 44 4E 3E 34 F
Octal 70 71 22 2 0 104 116 76 64 17
Binary 111000 111001 10010 10 0 1000100 1001110 111110 110100 1111

Color Harmonies of #383912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383912

Black with #383912

Text Example


Text Example

White with #383912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383912; }

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

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

background-color css

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

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

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

border-color css

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

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

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