Html Css Color HEX #383F05 Turtle Green

📋 copy color: '#383F05'

red 56 ◦ green 63 ◦ blue 5

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

Shades of Turtle Green #383F05

Tints of Turtle Green #383F05

RGB

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

 GREEN value IS 63 (25% from 255) = 50.81%

 BLUE value IS 5 (2.34% from 255) = 4.03%

R = 45.16%
G = 50.81%
B = 4.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#383F05 (or 0x383F05) is known color: Turtle Green. HEX triplet: 38, 3F and 05. RGB value is (56,63,5). Sum of RGB (Red+Green+Blue) = 56+63+5=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 63 (25% from 255 or 50.81% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 63 - color contains mainly: green. Hex color #383F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383F05 is #C7C0FA. Grayscale: #363636. Windows color (decimal): -13091067 or 343864. OLE color: 343864.

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

Color convert

RGB 56 63 5 -
CMYK 0.11 0 0.92 0.75
HSL 67.24º 0.85% 0.13% -
HSV(B) 67.24º 0.92% 0.25% -
XYZ 3.44 4.41 0.81 -
YUV 54.3 100.18 129.22 -
System Red Green Blue C M Y K H S L
Decimal 56 63 5 0.11 0 0.92 0.75 67.24 0.85 0.13
Hex 38 3F 5 B 0 5C 4B 43 55 D
Octal 70 77 5 13 0 134 113 103 125 15
Binary 111000 111111 101 1011 0 1011100 1001011 1000011 1010101 1101

Color Harmonies of #383F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F05

Black with #383F05

Text Example


Text Example

White with #383F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383F05; }

 p { color: rgb(56,63,5); }

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

background-color css

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

 a { background-color: rgb(56,63,5); }

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

border-color css

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

 span { border-color: rgb(56,63,5); }

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