Html Css Color HEX #383918 Turtle Green

📋 copy color: '#383918'

red 56 ◦ green 57 ◦ blue 24

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

Shades of Turtle Green #383918

Tints of Turtle Green #383918

RGB

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

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

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

R = 40.88%
G = 41.61%
B = 17.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.58

 K value IS 0.78

RGB Variations

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

Color information

#383918 (or 0x383918) is known color: Turtle Green. HEX triplet: 38, 39 and 18. RGB value is (56,57,24). Sum of RGB (Red+Green+Blue) = 56+57+24=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 57 - color contains mainly: green. Hex color #383918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383918 is #C7C6E7. Grayscale: #353535. Windows color (decimal): -13092584 or 1587512. OLE color: 1587512.

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

Color convert

RGB 56 57 24 -
CMYK 0.02 0 0.58 0.78
HSL 61.82º 0.41% 0.16% -
HSV(B) 61.82º 0.58% 0.22% -
XYZ 3.26 3.83 1.43 -
YUV 52.94 111.67 130.18 -
System Red Green Blue C M Y K H S L
Decimal 56 57 24 0.02 0 0.58 0.78 61.82 0.41 0.16
Hex 38 39 18 2 0 3A 4E 3E 29 10
Octal 70 71 30 2 0 72 116 76 51 20
Binary 111000 111001 11000 10 0 111010 1001110 111110 101001 10000

Color Harmonies of #383918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383918

Black with #383918

Text Example


Text Example

White with #383918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383918; }

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

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

background-color css

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

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

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

border-color css

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

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

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