Html Css Color HEX #384003 Turtle Green

📋 copy color: '#384003'

red 56 ◦ green 64 ◦ blue 3

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

Shades of Turtle Green #384003

Tints of Turtle Green #384003

RGB

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

 GREEN value IS 64 (25.39% from 255) = 52.03%

 BLUE value IS 3 (1.56% from 255) = 2.44%

R = 45.53%
G = 52.03%
B = 2.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#384003 (or 0x384003) is known color: Turtle Green. HEX triplet: 38, 40 and 03. RGB value is (56,64,3). Sum of RGB (Red+Green+Blue) = 56+64+3=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 64 (25.39% from 255 or 52.03% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 64 - color contains mainly: green. Hex color #384003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384003 is #C7BFFC. Grayscale: #363636. Windows color (decimal): -13090813 or 213048. OLE color: 213048.

HSL color Cylindrical-coordinate representation of color #384003: hue angle of 67.87º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #384003 is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 64 3 -
CMYK 0.13 0 0.95 0.75
HSL 67.87º 0.91% 0.13% -
HSV(B) 67.87º 0.95% 0.25% -
XYZ 3.48 4.51 0.77 -
YUV 54.65 98.85 128.96 -
System Red Green Blue C M Y K H S L
Decimal 56 64 3 0.13 0 0.95 0.75 67.87 0.91 0.13
Hex 38 40 3 D 0 5F 4B 44 5B D
Octal 70 100 3 15 0 137 113 104 133 15
Binary 111000 1000000 11 1101 0 1011111 1001011 1000100 1011011 1101

Color Harmonies of #384003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384003

Black with #384003

Text Example


Text Example

White with #384003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384003; }

 p { color: rgb(56,64,3); }

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

background-color css

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

 a { background-color: rgb(56,64,3); }

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

border-color css

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

 span { border-color: rgb(56,64,3); }

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