Html Css Color HEX #383808 Turtle Green

📋 copy color: '#383808'

red 56 ◦ green 56 ◦ blue 8

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

Shades of Turtle Green #383808

Tints of Turtle Green #383808

RGB

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

 GREEN value IS 56 (22.27% from 255) = 46.67%

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

R = 46.67%
G = 46.67%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.86

 K value IS 0.78

RGB Variations

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

Color information

#383808 (or 0x383808) is known color: Turtle Green. HEX triplet: 38, 38 and 08. RGB value is (56,56,8). Sum of RGB (Red+Green+Blue) = 56+56+8=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 56 (22.27% from 255 or 46.67% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 56 - color contains mainly: red, green. Hex color #383808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383808 is #C7C7F7. Grayscale: #323232. Windows color (decimal): -13092856 or 538680. OLE color: 538680.

HSL color Cylindrical-coordinate representation of color #383808: hue angle of 60º 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 #383808 is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 56 8 -
CMYK 0 0 0.86 0.78
HSL 60º 0.75% 0.13% -
HSV(B) 60º 0.86% 0.22% -
XYZ 3.09 3.69 0.78 -
YUV 50.53 104 131.9 -
System Red Green Blue C M Y K H S L
Decimal 56 56 8 0 0 0.86 0.78 60 0.75 0.13
Hex 38 38 8 0 0 56 4E 3C 4B D
Octal 70 70 10 0 0 126 116 74 113 15
Binary 111000 111000 1000 0 0 1010110 1001110 111100 1001011 1101

Color Harmonies of #383808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383808

Black with #383808

Text Example


Text Example

White with #383808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383808; }

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

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

background-color css

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

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

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

border-color css

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

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

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