Html Css Color HEX #384608 Turtle Green

📋 copy color: '#384608'

red 56 ◦ green 70 ◦ blue 8

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

Shades of Turtle Green #384608

Tints of Turtle Green #384608

RGB

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

 GREEN value IS 70 (27.73% from 255) = 52.24%

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

R = 41.79%
G = 52.24%
B = 5.97%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.89

 K value IS 0.73

RGB Variations

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

Color information

#384608 (or 0x384608) is known color: Turtle Green. HEX triplet: 38, 46 and 08. RGB value is (56,70,8). Sum of RGB (Red+Green+Blue) = 56+70+8=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 70 (27.73% from 255 or 52.24% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 70 - color contains mainly: green. Hex color #384608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384608 is #C7B9F7. Grayscale: #3A3A3A. Windows color (decimal): -13089272 or 542264. OLE color: 542264.

HSL color Cylindrical-coordinate representation of color #384608: hue angle of 73.55º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #384608 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 70 8 -
CMYK 0.20 0 0.89 0.73
HSL 73.55º 0.79% 0.15% -
HSV(B) 73.55º 0.89% 0.27% -
XYZ 3.86 5.24 1.04 -
YUV 58.75 99.36 126.04 -
System Red Green Blue C M Y K H S L
Decimal 56 70 8 0.20 0 0.89 0.73 73.55 0.79 0.15
Hex 38 46 8 14 0 59 49 4A 4F F
Octal 70 106 10 24 0 131 111 112 117 17
Binary 111000 1000110 1000 10100 0 1011001 1001001 1001010 1001111 1111

Color Harmonies of #384608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384608

Black with #384608

Text Example


Text Example

White with #384608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384608; }

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

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

background-color css

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

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

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

border-color css

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

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

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