Html Css Color HEX #384618 Turtle Green

📋 copy color: '#384618'

red 56 ◦ green 70 ◦ blue 24

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

Shades of Turtle Green #384618

Tints of Turtle Green #384618

RGB

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

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

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

R = 37.33%
G = 46.67%
B = 16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#384618 (or 0x384618) is known color: Turtle Green. HEX triplet: 38, 46 and 18. RGB value is (56,70,24). Sum of RGB (Red+Green+Blue) = 56+70+24=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 24 (9.77% from 255 or 16% from 150); Max value from RGB is 70 - color contains mainly: green. Hex color #384618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384618 is #C7B9E7. Grayscale: #3C3C3C. Windows color (decimal): -13089256 or 1590840. OLE color: 1590840.

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

Color convert

RGB 56 70 24 -
CMYK 0.20 0 0.66 0.73
HSL 78.26º 0.49% 0.18% -
HSV(B) 78.26º 0.66% 0.27% -
XYZ 3.99 5.29 1.67 -
YUV 60.57 107.36 124.74 -
System Red Green Blue C M Y K H S L
Decimal 56 70 24 0.20 0 0.66 0.73 78.26 0.49 0.18
Hex 38 46 18 14 0 42 49 4E 31 12
Octal 70 106 30 24 0 102 111 116 61 22
Binary 111000 1000110 11000 10100 0 1000010 1001001 1001110 110001 10010

Color Harmonies of #384618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384618

Black with #384618

Text Example


Text Example

White with #384618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384618; }

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

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

background-color css

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

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

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

border-color css

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

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

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