Html Css Color HEX #384315 Turtle Green

📋 copy color: '#384315'

red 56 ◦ green 67 ◦ blue 21

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

Shades of Turtle Green #384315

Tints of Turtle Green #384315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14.58%

R = 38.89%
G = 46.53%
B = 14.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.74

RGB Variations

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

Color information

#384315 (or 0x384315) is known color: Turtle Green. HEX triplet: 38, 43 and 15. RGB value is (56,67,21). Sum of RGB (Red+Green+Blue) = 56+67+21=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 67 (26.56% from 255 or 46.53% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 67 - color contains mainly: green. Hex color #384315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384315 is #C7BCEA. Grayscale: #3A3A3A. Windows color (decimal): -13090027 or 1393464. OLE color: 1393464.

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

Color convert

RGB 56 67 21 -
CMYK 0.16 0 0.69 0.74
HSL 74.35º 0.52% 0.17% -
HSV(B) 74.35º 0.69% 0.26% -
XYZ 3.77 4.91 1.46 -
YUV 58.47 106.86 126.24 -
System Red Green Blue C M Y K H S L
Decimal 56 67 21 0.16 0 0.69 0.74 74.35 0.52 0.17
Hex 38 43 15 10 0 45 4A 4A 34 11
Octal 70 103 25 20 0 105 112 112 64 21
Binary 111000 1000011 10101 10000 0 1000101 1001010 1001010 110100 10001

Color Harmonies of #384315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384315

Black with #384315

Text Example


Text Example

White with #384315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384315; }

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

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

background-color css

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

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

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

border-color css

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

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

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