Html Css Color HEX #384816 Turtle Green

📋 copy color: '#384816'

red 56 ◦ green 72 ◦ blue 22

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

Shades of Turtle Green #384816

Tints of Turtle Green #384816

RGB

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

 GREEN value IS 72 (28.52% from 255) = 48%

 BLUE value IS 22 (8.98% from 255) = 14.67%

R = 37.33%
G = 48%
B = 14.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#384816 (or 0x384816) is known color: Turtle Green. HEX triplet: 38, 48 and 16. RGB value is (56,72,22). Sum of RGB (Red+Green+Blue) = 56+72+22=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 22 (8.98% from 255 or 14.67% from 150); Max value from RGB is 72 - color contains mainly: green. Hex color #384816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384816 is #C7B7E9. Grayscale: #3D3D3D. Windows color (decimal): -13088746 or 1460280. OLE color: 1460280.

HSL color Cylindrical-coordinate representation of color #384816: hue angle of 79.2º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #384816 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 72 22 -
CMYK 0.22 0 0.69 0.72
HSL 79.2º 0.53% 0.18% -
HSV(B) 79.2º 0.69% 0.28% -
XYZ 4.09 5.53 1.61 -
YUV 61.52 105.7 124.07 -
System Red Green Blue C M Y K H S L
Decimal 56 72 22 0.22 0 0.69 0.72 79.2 0.53 0.18
Hex 38 48 16 16 0 45 48 4F 35 12
Octal 70 110 26 26 0 105 110 117 65 22
Binary 111000 1001000 10110 10110 0 1000101 1001000 1001111 110101 10010

Color Harmonies of #384816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384816

Black with #384816

Text Example


Text Example

White with #384816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384816; }

 p { color: rgb(56,72,22); }

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

background-color css

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

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

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

border-color css

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

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

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