Html Css Color HEX #383B01 Turtle Green

📋 copy color: '#383B01'

red 56 ◦ green 59 ◦ blue 1

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

Shades of Turtle Green #383B01

Tints of Turtle Green #383B01

RGB

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

 GREEN value IS 59 (23.44% from 255) = 50.86%

 BLUE value IS 1 (0.78% from 255) = 0.86%

R = 48.28%
G = 50.86%
B = 0.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.98

 K value IS 0.77

RGB Variations

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

Color information

#383B01 (or 0x383B01) is known color: Turtle Green. HEX triplet: 38, 3B and 01. RGB value is (56,59,1). Sum of RGB (Red+Green+Blue) = 56+59+1=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 59 (23.44% from 255 or 50.86% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 59 - color contains mainly: green. Hex color #383B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383B01 is #C7C4FE. Grayscale: #333333. Windows color (decimal): -13092095 or 80696. OLE color: 80696.

HSL color Cylindrical-coordinate representation of color #383B01: hue angle of 63.1º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #383B01 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.77.

Color convert

RGB 56 59 1 -
CMYK 0.05 0 0.98 0.77
HSL 63.1º 0.97% 0.12% -
HSV(B) 63.1º 0.98% 0.23% -
XYZ 3.2 3.97 0.63 -
YUV 51.49 99.51 131.22 -
System Red Green Blue C M Y K H S L
Decimal 56 59 1 0.05 0 0.98 0.77 63.1 0.97 0.12
Hex 38 3B 1 5 0 62 4D 3F 61 C
Octal 70 73 1 5 0 142 115 77 141 14
Binary 111000 111011 1 101 0 1100010 1001101 111111 1100001 1100

Color Harmonies of #383B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383B01

Black with #383B01

Text Example


Text Example

White with #383B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,59,1); }

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

background-color css

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

 a { background-color: rgb(56,59,1); }

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

border-color css

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

 span { border-color: rgb(56,59,1); }

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