Html Css Color HEX #383908 Turtle Green

📋 copy color: '#383908'

red 56 ◦ green 57 ◦ blue 8

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

Shades of Turtle Green #383908

Tints of Turtle Green #383908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.61%

R = 46.28%
G = 47.11%
B = 6.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.78

RGB Variations

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

Color information

#383908 (or 0x383908) is known color: Turtle Green. HEX triplet: 38, 39 and 08. RGB value is (56,57,8). Sum of RGB (Red+Green+Blue) = 56+57+8=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 57 (22.66% from 255 or 47.11% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 57 - color contains mainly: green. Hex color #383908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383908 is #C7C6F7. Grayscale: #333333. Windows color (decimal): -13092600 or 538936. OLE color: 538936.

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

Color convert

RGB 56 57 8 -
CMYK 0.02 0 0.86 0.78
HSL 61.22º 0.75% 0.13% -
HSV(B) 61.22º 0.86% 0.22% -
XYZ 3.14 3.78 0.79 -
YUV 51.12 103.67 131.48 -
System Red Green Blue C M Y K H S L
Decimal 56 57 8 0.02 0 0.86 0.78 61.22 0.75 0.13
Hex 38 39 8 2 0 56 4E 3D 4B D
Octal 70 71 10 2 0 126 116 75 113 15
Binary 111000 111001 1000 10 0 1010110 1001110 111101 1001011 1101

Color Harmonies of #383908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383908

Black with #383908

Text Example


Text Example

White with #383908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383908; }

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

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

background-color css

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

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

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

border-color css

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

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

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