Html Css Color HEX #383E12 Turtle Green

📋 copy color: '#383E12'

red 56 ◦ green 62 ◦ blue 18

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

Shades of Turtle Green #383E12

Tints of Turtle Green #383E12

RGB

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

 GREEN value IS 62 (24.61% from 255) = 45.59%

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

R = 41.18%
G = 45.59%
B = 13.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.76

RGB Variations

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

Color information

#383E12 (or 0x383E12) is known color: Turtle Green. HEX triplet: 38, 3E and 12. RGB value is (56,62,18). Sum of RGB (Red+Green+Blue) = 56+62+18=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 62 (24.61% from 255 or 45.59% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 62 - color contains mainly: green. Hex color #383E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383E12 is #C7C1ED. Grayscale: #373737. Windows color (decimal): -13091310 or 1195576. OLE color: 1195576.

HSL color Cylindrical-coordinate representation of color #383E12: hue angle of 68.18º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #383E12 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.76.

Color convert

RGB 56 62 18 -
CMYK 0.10 0 0.71 0.76
HSL 68.18º 0.55% 0.16% -
HSV(B) 68.18º 0.71% 0.24% -
XYZ 3.46 4.33 1.23 -
YUV 55.19 107.01 128.58 -
System Red Green Blue C M Y K H S L
Decimal 56 62 18 0.10 0 0.71 0.76 68.18 0.55 0.16
Hex 38 3E 12 A 0 47 4C 44 37 10
Octal 70 76 22 12 0 107 114 104 67 20
Binary 111000 111110 10010 1010 0 1000111 1001100 1000100 110111 10000

Color Harmonies of #383E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383E12

Black with #383E12

Text Example


Text Example

White with #383E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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