Html Css Color HEX #384502 Turtle Green

📋 copy color: '#384502'

red 56 ◦ green 69 ◦ blue 2

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

Shades of Turtle Green #384502

Tints of Turtle Green #384502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 54.33%

 BLUE value IS 2 (1.17% from 255) = 1.57%

R = 44.09%
G = 54.33%
B = 1.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#384502 (or 0x384502) is known color: Turtle Green. HEX triplet: 38, 45 and 02. RGB value is (56,69,2). Sum of RGB (Red+Green+Blue) = 56+69+2=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 69 (27.34% from 255 or 54.33% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 69 - color contains mainly: green. Hex color #384502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384502 is #C7BAFD. Grayscale: #393939. Windows color (decimal): -13089534 or 148792. OLE color: 148792.

HSL color Cylindrical-coordinate representation of color #384502: hue angle of 71.64º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #384502 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 69 2 -
CMYK 0.19 0 0.97 0.73
HSL 71.64º 0.94% 0.14% -
HSV(B) 71.64º 0.97% 0.27% -
XYZ 3.77 5.1 0.84 -
YUV 57.48 96.69 126.95 -
System Red Green Blue C M Y K H S L
Decimal 56 69 2 0.19 0 0.97 0.73 71.64 0.94 0.14
Hex 38 45 2 13 0 61 49 48 5E E
Octal 70 105 2 23 0 141 111 110 136 16
Binary 111000 1000101 10 10011 0 1100001 1001001 1001000 1011110 1110

Color Harmonies of #384502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384502

Black with #384502

Text Example


Text Example

White with #384502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384502; }

 p { color: rgb(56,69,2); }

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

background-color css

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

 a { background-color: rgb(56,69,2); }

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

border-color css

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

 span { border-color: rgb(56,69,2); }

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