Html Css Color HEX #384310 Turtle Green

📋 copy color: '#384310'

red 56 ◦ green 67 ◦ blue 16

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

Shades of Turtle Green #384310

Tints of Turtle Green #384310

RGB

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

 GREEN value IS 67 (26.56% from 255) = 48.2%

 BLUE value IS 16 (6.64% from 255) = 11.51%

R = 40.29%
G = 48.2%
B = 11.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#384310 (or 0x384310) is known color: Turtle Green. HEX triplet: 38, 43 and 10. RGB value is (56,67,16). Sum of RGB (Red+Green+Blue) = 56+67+16=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 67 - color contains mainly: green. Hex color #384310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384310 is #C7BCEF. Grayscale: #3A3A3A. Windows color (decimal): -13090032 or 1065784. OLE color: 1065784.

HSL color Cylindrical-coordinate representation of color #384310: hue angle of 72.94º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #384310 is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 67 16 -
CMYK 0.16 0 0.76 0.74
HSL 72.94º 0.61% 0.16% -
HSV(B) 72.94º 0.76% 0.26% -
XYZ 3.73 4.89 1.24 -
YUV 57.9 104.36 126.65 -
System Red Green Blue C M Y K H S L
Decimal 56 67 16 0.16 0 0.76 0.74 72.94 0.61 0.16
Hex 38 43 10 10 0 4C 4A 49 3D 10
Octal 70 103 20 20 0 114 112 111 75 20
Binary 111000 1000011 10000 10000 0 1001100 1001010 1001001 111101 10000

Color Harmonies of #384310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384310

Black with #384310

Text Example


Text Example

White with #384310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384310; }

 p { color: rgb(56,67,16); }

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

background-color css

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

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

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

border-color css

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

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

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