Html Css Color HEX #383B18 Turtle Green

📋 copy color: '#383B18'

red 56 ◦ green 59 ◦ blue 24

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

Shades of Turtle Green #383B18

Tints of Turtle Green #383B18

RGB

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

 GREEN value IS 59 (23.44% from 255) = 42.45%

 BLUE value IS 24 (9.77% from 255) = 17.27%

R = 40.29%
G = 42.45%
B = 17.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.59

 K value IS 0.77

RGB Variations

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

Color information

#383B18 (or 0x383B18) is known color: Turtle Green. HEX triplet: 38, 3B and 18. RGB value is (56,59,24). Sum of RGB (Red+Green+Blue) = 56+59+24=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 59 (23.44% from 255 or 42.45% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 59 - color contains mainly: green. Hex color #383B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383B18 is #C7C4E7. Grayscale: #363636. Windows color (decimal): -13092072 or 1588024. OLE color: 1588024.

HSL color Cylindrical-coordinate representation of color #383B18: hue angle of 65.14º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #383B18 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.77.

Color convert

RGB 56 59 24 -
CMYK 0.05 0 0.59 0.77
HSL 65.14º 0.42% 0.16% -
HSV(B) 65.14º 0.59% 0.23% -
XYZ 3.36 4.03 1.47 -
YUV 54.11 111.01 129.35 -
System Red Green Blue C M Y K H S L
Decimal 56 59 24 0.05 0 0.59 0.77 65.14 0.42 0.16
Hex 38 3B 18 5 0 3B 4D 41 2A 10
Octal 70 73 30 5 0 73 115 101 52 20
Binary 111000 111011 11000 101 0 111011 1001101 1000001 101010 10000

Color Harmonies of #383B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383B18

Black with #383B18

Text Example


Text Example

White with #383B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,59,24); }

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

background-color css

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

 a { background-color: rgb(56,59,24); }

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

border-color css

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

 span { border-color: rgb(56,59,24); }

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